home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / demos / OpenGL / lorenz / README < prev   
Text File  |  1996-11-11  |  929b  |  21 lines

  1.  
  2.                             Lorenz Attractor Demo
  3.  
  4. Adapted from code originally written for the 4D60GT by Aaron T. Ferrucci
  5. (aaronf@cse.ucsc.edu), 7/3/92.
  6.  
  7. This program shows some particles stuck in a Lorenz attractor (the parameters
  8. used are r=28, b=8/3, sigma=10). The eye is attracted to the red particle, with
  9. a force directly proportionate to distance. A command line puts the whole mess
  10. inside a box made of hexagons. I think this helps to maintain the illusion of 3
  11. dimensions, but it can slow things down. Other options allow you to play with
  12. the redraw rate and the number of new lines per redraw. So you can customize it
  13. to the speed of your machine.
  14.  
  15. For general info on Lorenz attractors I recommend "An Introduction to the
  16. Lorenz Equations", IEEE Transactions on Circuits and Systems, August '83.
  17.  
  18. Bugs: hidden surface removal doesn't apply to hexagons, and works poorly on
  19. lines when they are too close together.
  20.  
  21.